home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / man-db / ToDo < prev   
Encoding:
Text File  |  2003-11-16  |  873 b   |  25 lines

  1. In progress:
  2.  
  3. * store .so link in the db.
  4. * reduce wasted/duplicated text stored within the databases.
  5.   10-20% database size reduction so far.
  6. * execute pipelines inline rather than using the shell.
  7.  
  8. In need of attention:
  9.  
  10. * clear up the use of troff and/or groff
  11. * complete configuration file redesign to allow better dynamic determination 
  12.   of programs/paths/extensions etc.
  13. * use zlib for gzipped pages rather than forking gzip.
  14. * look at work done by SuSE and Andries.
  15.  
  16. Case-insensitive lookup transition:
  17.  
  18. * Solaris layout is broken.
  19. * Need to make sure pointers trigger an exact-case lookup [done for whatis].
  20.  
  21. Apparently db3's compatibility API is, er, less than compatible.
  22. (Specifically, it isn't possible to write correct error-handling code that
  23. works in the compatibility API, nor that works in both db2 and db3.) I
  24. suppose I have to write a db_newbdb.c now.
  25.